home *** CD-ROM | disk | FTP | other *** search
-
-
- AXAUX-handler System handler 05-Sep-1992
-
-
- AXaux-handler 1.23 05-Sep-92 By Pasi Ojala, previously by Stewe Drew
- ----------------------------
-
- This handler can be used with any serial device and unit.
- An example mountlist :
-
- AXAUX:
- Handler = AXsh:bin/AXAux-Handler /* this is our AXsh-AUX-handler */
- Stacksize = 4000
- Priority = 5
- GlobVec = 1
- #
-
- If you have your AXsh system assigned somewhere instead of using a disk
- labeled AXsh:, you should copy the handler file to L: and change the
- mountlist accordingly.
-
- If you change the name, you can mount two handlers and access two
- serial devices or units simultaneously. By default the handler uses
- serial.device unit 0, in raw-mode with 7WIRE-handshake and in exclusive
- mode. AXAUX: normally uses the speed defined in serial preferences, but
- now it is also possible to set the speed with an entry /speed=<speed>.
- The filename part defines the new device and unit, and optionally
- other attributes like:
-
- Default Alternative Function
- ------- ----------- --------
- raw Select raw mode, no echo
- con Select cooked mode, echo chars
-
- exclusive Open serial in exclusive mode
- shared Open serial in shared mode
-
- 7wire Select hardware flow control (cts/rts)
- noflow Select no flow control
-
- speed<speed> Set the baud rate, otherwise value in prefs is used
- checkcd Send Break signal & EOF if carrier is lost
-
-
- An example to use with UUCP getty (with no handshake):
-
- newshell axaux:serial.device/0/raw/noflow/shared from axsh:etc/remote-startup
-
- Remember that only one device can be accessed per handler in the same time.
-
-
-